Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 10, 2026

Patch version bump for all packages in the monorepo.

Changes

  • Version: 2.0.3 → 2.0.4
  • Scope: All 18+ packages (fixed versioning group)
  • Type: Patch release for maintenance and stability improvements

Modified Files

  • 48 package.json files updated with new version
  • 48 CHANGELOG.md files generated by changeset
  • Root CHANGELOG.md updated with release entry

The changeset workflow automatically updated dependencies between workspace packages to maintain version consistency.

Original prompt

changeset发一个版本


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@vercel
Copy link

vercel bot commented Feb 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
objectstack-play Ready Ready Preview, Comment Feb 10, 2026 3:10pm
spec Ready Ready Preview, Comment Feb 10, 2026 3:10pm

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Release a new version of changeset chore: bump version to 2.0.4 Feb 10, 2026
Copilot AI requested a review from hotlong February 10, 2026 15:10
@hotlong hotlong marked this pull request as ready for review February 10, 2026 15:27
Copilot AI review requested due to automatic review settings February 10, 2026 15:27
@hotlong hotlong merged commit 5116d8a into main Feb 10, 2026
5 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Patch release version bump across the monorepo, updating package versions and generating per-package changelog entries via changesets, plus updating the root release notes.

Changes:

  • Bump most @objectstack/* packages from 2.0.32.0.4 and regenerate package changelogs.
  • Bump example app/plugin package versions (1.x/0.x) and add new example changelogs.
  • Update root CHANGELOG.md with a 2.0.4 release entry.

Reviewed changes

Copilot reviewed 51 out of 51 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
packages/types/package.json Bumps @objectstack/types version to 2.0.4.
packages/types/CHANGELOG.md Adds 2.0.4 entry and dependency bump notes.
packages/spec/package.json Bumps @objectstack/spec version to 2.0.4.
packages/spec/CHANGELOG.md Adds 2.0.4 entry.
packages/runtime/package.json Bumps @objectstack/runtime version to 2.0.4.
packages/runtime/CHANGELOG.md Adds 2.0.4 entry and dependency bump notes.
packages/rest/package.json Bumps @objectstack/rest version to 2.0.4.
packages/rest/CHANGELOG.md Adds 2.0.4 entry and dependency bump notes.
packages/plugins/plugin-msw/package.json Bumps @objectstack/plugin-msw version to 2.0.4.
packages/plugins/plugin-msw/CHANGELOG.md Adds 2.0.4 entry and dependency bump notes.
packages/plugins/plugin-hono-server/package.json Bumps @objectstack/plugin-hono-server version to 2.0.4.
packages/plugins/plugin-hono-server/CHANGELOG.md Adds 2.0.4 entry and dependency bump notes.
packages/plugins/plugin-auth/package.json Bumps @objectstack/plugin-auth version to 2.0.3.
packages/plugins/plugin-auth/CHANGELOG.md Adds 2.0.3 entry (dependency bump notes).
packages/plugins/driver-memory/package.json Bumps @objectstack/driver-memory version to 2.0.4.
packages/plugins/driver-memory/CHANGELOG.md Adds 2.0.4 entry and dependency bump notes.
packages/objectql/package.json Bumps @objectstack/objectql version to 2.0.4.
packages/objectql/CHANGELOG.md Adds 2.0.4 entry and dependency bump notes.
packages/metadata/package.json Bumps @objectstack/metadata version to 2.0.4.
packages/metadata/CHANGELOG.md Adds 2.0.4 entry and dependency bump notes.
packages/core/package.json Bumps @objectstack/core version to 2.0.4.
packages/core/CHANGELOG.md Adds 2.0.4 entry and dependency bump notes.
packages/client/package.json Bumps @objectstack/client version to 2.0.4.
packages/client/CHANGELOG.md Adds 2.0.4 entry and dependency bump notes.
packages/client-react/package.json Bumps @objectstack/client-react version to 2.0.4.
packages/client-react/CHANGELOG.md Adds 2.0.4 entry and dependency bump notes.
packages/cli/package.json Bumps @objectstack/cli version to 2.0.4.
packages/cli/CHANGELOG.md Adds 2.0.4 entry and dependency bump notes.
packages/adapters/nextjs/package.json Bumps @objectstack/nextjs version to 2.0.4.
packages/adapters/nextjs/CHANGELOG.md Adds 2.0.4 entry and dependency bump notes.
packages/adapters/nestjs/package.json Bumps @objectstack/nestjs version to 2.0.4.
packages/adapters/nestjs/CHANGELOG.md Adds 2.0.4 entry and dependency bump notes.
packages/adapters/hono/package.json Bumps @objectstack/hono version to 2.0.4.
packages/adapters/hono/CHANGELOG.md Adds 2.0.4 entry and dependency bump notes.
examples/plugin-bi/package.json Bumps example package version to 1.2.5.
examples/plugin-bi/CHANGELOG.md Adds 1.2.5 entry and dependency bump notes.
examples/minimal-auth/package.json Bumps example package version to 1.0.1.
examples/minimal-auth/CHANGELOG.md Adds new changelog file for 1.0.1 dependency bump notes.
examples/metadata-objectql/package.json Bumps example package version to 0.1.1.
examples/metadata-objectql/CHANGELOG.md Adds new changelog file for 0.1.1 dependency bump notes.
examples/app-todo/package.json Bumps example package version to 1.2.5.
examples/app-todo/CHANGELOG.md Adds 1.2.5 entry and dependency bump notes.
examples/app-host/package.json Bumps example package version to 1.2.5.
examples/app-host/CHANGELOG.md Adds 1.2.5 entry and dependency bump notes.
examples/app-crm/package.json Bumps example package version to 1.2.5.
examples/app-crm/CHANGELOG.md Adds 1.2.5 entry and dependency bump notes.
apps/studio/package.json Bumps @objectstack/studio version to 2.0.4.
apps/studio/CHANGELOG.md Adds 2.0.4 entry and dependency bump notes.
apps/docs/package.json Bumps @objectstack/docs version to 2.0.4.
apps/docs/CHANGELOG.md Adds 2.0.4 entry.
CHANGELOG.md Adds root 2.0.4 release entry.

{
"name": "@objectstack/plugin-auth",
"version": "2.0.2",
"version": "2.0.3",
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title/description and root release notes indicate a 2.0.4 unified bump, but this package is being bumped to 2.0.3. If @objectstack/plugin-auth is intended to be part of the 2.0.4 release, bump it to 2.0.4; otherwise update the PR messaging/release notes to reflect mixed versions (or clarify that 2.0.4 applies only to the fixed-version group).

Copilot uses AI. Check for mistakes.

### Changed
- Patch release for maintenance and stability improvements
- Updated all packages to version 2.0.4 with unified versioning
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This entry says “Updated all packages to version 2.0.4”, but this PR also contains packages that are not 2.0.4 (e.g., @objectstack/plugin-auth is 2.0.3; examples are 1.x/0.x). Please reword to something accurate like “Updated fixed-version group packages to 2.0.4” and call out any exceptions explicitly if needed.

Suggested change
- Updated all packages to version 2.0.4 with unified versioning
- Updated fixed-version workspace packages to version 2.0.4 with unified versioning (packages on independent version tracks are unchanged)

Copilot uses AI. Check for mistakes.
Comment on lines 1 to +10
# Changelog

## 2.0.3

### Patch Changes

- Updated dependencies
- @objectstack/spec@2.0.4
- @objectstack/core@2.0.4

Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changeset-generated 2.0.3 section is inserted above the Keep-a-Changelog intro and link references, which makes the file inconsistent and leaves the bottom compare/release links still pointing to 2.0.2. Consider either (1) converting this changelog to the same changesets format used by other packages, or (2) keeping the intro at the top and updating the reference links to include 2.0.3 (and update the Unreleased compare base).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants